Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added plugin for blip.tv VOD #936

Merged
merged 2 commits into from
Jun 2, 2015
Merged

Added plugin for blip.tv VOD #936

merged 2 commits into from
Jun 2, 2015

Conversation

Top-Ranger
Copy link
Contributor

Hi,
I added this plugin for personal use but decided it might be useful for everyone.


_url_re = re.compile("(http(s)?://)?blip.tv/.*-(?P<videoid>\d+)")
VIDEO_GET_URL = 'http://player.blip.tv/file/get/{0}'
SINGLE_VIDEO_URL = '.*\.((mp4)|(mov)|(m4v)|(flv))'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this a compiled regex like _url_re instead.

Fixed flaws according to #936
chrippa added a commit that referenced this pull request Jun 2, 2015
Added plugin for blip.tv VOD
@chrippa chrippa merged commit ce9dc43 into chrippa:develop Jun 2, 2015
@chrippa
Copy link
Owner

chrippa commented Jun 2, 2015

Thanks!

@Top-Ranger Top-Ranger deleted the bliptv branch June 5, 2015 20:31
cdrage pushed a commit to cdrage/streamlink that referenced this pull request Sep 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants